home *** CD-ROM | disk | FTP | other *** search
- global ds, goUp, gList, giNum, gtNum, gtColor, pickTemplate
-
- on prepareMovie
- (the stage).title = "Welcome to OXYGEN Volume 18"
- the searchPaths = [the moviePath, the moviePath & "INIT"]
- SC = "Steve Creitz"
- MB = "Mark Bailey"
- AW = "April Williams"
- IP = "Ioa Petra'ka"
- JM = "John Manual"
- gList = ["t1": "Campestre", "t1c1": "-Aqua", "t1c2": "-Gold", "t1c3": "-Purple", "t2": "Master", "t2c1": "-Blue", "t2c2": "-Green", "t2c3": "-Orange", "t3": "Panera", "t3c1": "-Blue", "t3c2": "-Copper", "t3c3": "-Purple", "i1": "4Horsemen", "i2": "AFinalPlea", "i3": "Connect", "i4": "CrossCrown2", "i5": "CrownTomb", "i6": "DaddyPlaying", "i7": "DanielPrayer", "i8": "Debtor1", "i9": "Debtor2", "i10": "Debtor3", "i11": "Deluge", "i12": "GodTags", "i13": "GoldenCalf", "i14": "Jonah2", "i15": "Lantern", "i16": "MarthaToday", "i17": "MeneTekel", "i18": "MommyHug", "i19": "Nebuchadnezzar", "i20": "Prayer", "i21": "NoahsHope", "i22": "ReadMe", "i23": "Rejoice", "i24": "ThePromise", "i25": "Vineyard", "ic1": "Illustration: " & MB, "ic2": "Illustration: " & SC, "ic3": "Illustration: " & MB & numToChar(13) & "Photography: " & JM, "ic4": "Illustration: " & SC, "ic5": "Illustration: " & SC, "ic6": "Illustration: " & MB & numToChar(13) & "Photography: " & JM, "ic7": "Illustration: " & MB, "ic8": "Illustration: " & MB, "ic9": "Illustration: " & MB, "ic10": "Illustration: " & MB, "ic11": "Illustration: " & SC, "ic12": "Illustration: " & SC, "ic13": "Illustration: " & SC, "ic14": "Illustration: " & MB, "ic15": "Illustration: " & SC, "ic16": "Illustration: " & SC & numToChar(13) & "Photography: " & JM, "ic17": "Illustration: " & SC, "ic18": "Photography: " & MB & numToChar(13) & "Photography: " & JM, "ic19": "Illustration: " & MB, "ic20": "Illustration: " & SC, "ic21": "Illustration: " & MB, "ic22": "Illustration: " & MB, "ic23": "Illustration: " & SC, "ic24": "Illustration: " & SC, "ic25": "Illustration: " & SC & numToChar(13) & "Photography: " & AW, "tc1": "Template Design: " & MB, "tc2": "Template Design: Oxygen Team", "tc3": "Template Design: " & SC]
- if the platform contains "Mac" then
- ds = ":"
- goUp = ":"
- else
- ds = "\"
- goUp = "..\"
- end if
- end
-
- on startMovie
- if QuickTimeVersion() < 4 then
- sprite(2).visible = 0
- else
- sprite(2).visible = 1
- end if
- end
-